home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / FindFirst < prev    next >
Text File  |  1990-06-22  |  770b  |  67 lines

  1.  
  2.  
  3.  
  4.      FindFirst(31.0)      ARP Programmers Manual       FindFirst(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       FindFirst - Search for multilevel pattern match
  10.  
  11.      SYNOPSIS
  12.       rc = FindFirst(pat, AnchorPath)
  13.        d0           D0     A0
  14.  
  15.      FUNCTION
  16.       This function    searchs    the filesystem for a first match to
  17.       pat.
  18.  
  19.      INPUTS
  20.       char *pat - pointer to an ascii string
  21.  
  22.       struct AnchorPath *AnchorPath    - Point    to an initilized
  23.           AnchorPath structure.
  24.  
  25.      RESULT
  26.       rc - 0 if success, non-zero for any error.  the error
  27.           returns are in arpbase.[hi]
  28.  
  29.      BUGS
  30.       None known.
  31.  
  32.      SEE ALSO
  33.       PreParse(), PatternMatch(), FindNext(), FreeAnchorChain()
  34.  
  35.      AUTHOR
  36.       Original design by JAT.  Rewritten for V39 by MT, CDH.
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.